Skip to content

Comments

feat(nimbus): create cards for other experiment metrics#14001

Merged
moibra05 merged 1 commit intomainfrom
13721
Dec 3, 2025
Merged

feat(nimbus): create cards for other experiment metrics#14001
moibra05 merged 1 commit intomainfrom
13721

Conversation

@moibra05
Copy link
Contributor

@moibra05 moibra05 commented Nov 19, 2025

Because

  • Results page was only showing kpi metrics
  • Cards were not collapsible

This commit

  • Displays all the metrics associated with an experiment (kpi, outcomes, defaults)
  • Groups metrics by outcomes (for now) and alphabetically
  • Adds a "Notable Changes" section where only metrics that have at least once branch with a stat significance change are shown

Fixes #13721

@moibra05
Copy link
Contributor Author

image image

@moibra05 moibra05 force-pushed the 13721 branch 3 times, most recently from 092cc80 to eba101f Compare November 20, 2025 17:32
@moibra05 moibra05 requested a review from mikewilli November 21, 2025 15:47
@moibra05 moibra05 force-pushed the 13721 branch 3 times, most recently from 2cbe276 to 407fcdc Compare November 25, 2025 17:24
Copy link
Member

@freshstrangemusic freshstrangemusic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might want to consider moving some of the metrics calculation gunk (e.g., every function we're adding that isnt going to be called outside of /results/) off of the model itself and into the results app, but that can be done in a follow-up.

@moibra05 moibra05 enabled auto-merge December 3, 2025 17:38
@moibra05 moibra05 added this pull request to the merge queue Dec 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 3, 2025
@moibra05 moibra05 added this pull request to the merge queue Dec 3, 2025
Merged via the queue into main with commit 078145d Dec 3, 2025
17 checks passed
@moibra05 moibra05 deleted the 13721 branch December 3, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organize metrics into individual cards

3 participants